home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 130
/
Vol 130.iso
/
games
/
lawn_pac.swf
/
scripts
/
frame_359
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-13
|
227 b
|
13 lines
if(goright == "1")
{
gotoAndStop("x" add (xpos + "1") add "y" add ypos);
set("/:direction","right");
tellTarget("/pac")
{
gotoAndStop("right");
play();
}
xpos += "1";
ypos += "0";
}